ULNN n/a   IE 4   DOM 1

The UL object reflects the UL element.

 
HTML Equivalent
<UL>
 
Object Model Reference
IE [window.]document.all.elementID
compactNN n/a   IE 4   DOM 1
 Read/Write
 

When set to true, the compact property should instruct the browser to render items in the list in a more compact format. This property has no effect in Internet Explorer 4 and is completely unavailable in the Macintosh version.

 
Example
document.all.myUL.compact = true
 
Value
Boolean value: true | false.
 
Default false
typeNN n/a   IE 4   DOM 1
 Read/Write
 

The manner in which the leading item markers in the list are displayed.

 
Example
document.all.myUL.type = "square"
 
Value
Any one of the constant values (as a string): circle | disc | square.
 
Default disc